Method: Spaceship::ConnectAPI::Profile#delete!
- Defined in:
- spaceship/lib/spaceship/connect_api/models/profile.rb
#delete!(client: nil) ⇒ Object
113 114 115 116 |
# File 'spaceship/lib/spaceship/connect_api/models/profile.rb', line 113 def delete!(client: nil) client ||= Spaceship::ConnectAPI return client.delete_profile(profile_id: id) end |