GroundStation / Client / delete_mission_profile
delete_mission_profile¶
- GroundStation.Client.delete_mission_profile(**kwargs)¶
Deletes a mission profile.
See also: AWS API Documentation
Request Syntax
response = client.delete_mission_profile( missionProfileId='string' )
- Parameters:
missionProfileId (string) –
[REQUIRED]
UUID of a mission profile.
- Return type:
dict
- Returns:
Response Syntax
{ 'missionProfileId': 'string' }
Response Structure
(dict) –
missionProfileId (string) –
UUID of a mission profile.
Exceptions